20/05/2021

About the Project

In this short project, I have used plotly to plot a 3D scatter plot of some variables of mtcars dataset. I have used 3 variables, those are mpg, hp and wt, which are miles per gallon, horsepower and weight of the cars respectively. So, the scatter plot shows the impact of weight and horsepower of the cars on its miles per gallon ratio.

The 3D Scatter plot of ‘mpg’, ‘wt’ and ‘hp’ variables.